home *** CD-ROM | disk | FTP | other *** search
/ ROM Magic / ROM Magic.iso / pc / 01_kinb / openning.dir / 00009.ls < prev    next >
Encoding:
Text File  |  1994-10-06  |  136 b   |  10 lines

  1. on startMovie
  2.   sound playFile 1, "OPEN_SND"
  3. end
  4.  
  5. on stepMovie
  6.   if not soundBusy(1) then
  7.     sound playFile 1, "OPEN_SND"
  8.   end if
  9. end
  10.